home *** CD-ROM | disk | FTP | other *** search
INI File | 2009-02-15 | 3.7 KB | 110 lines |
- ;-------------------------------------------------------------------------
- ; Vsdatant.INF -- NDIS Usermode I/O Driver
- ;
- ; Copyright (c) Check Point. All rights reserved.
- ;-------------------------------------------------------------------------
- [version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318}
- Provider = %Ckpt%
- DriverVer = 02/15/2009,8.0.298.000
- CatalogFile = Vsdatant.cat
-
- [Manufacturer]
- %Ckpt%=CKPT,NTx86,NTia64,NTamd64
-
- [CKPT]
- %Vsdatant_Desc%=Install, MS_NdisLwf
-
- [CKPT.NTx86]
- %Vsdatant_Desc%=Install, MS_NdisLwf
-
- [CKPT.NTamd64]
- %Vsdatant_Desc%=Install, MS_NdisLwf
-
- ;-------------------------------------------------------------------------
- ; Installation Section
- ;-------------------------------------------------------------------------
- [Install]
- AddReg=Inst_Ndi
- Characteristics=0x40028 ; NCF_LW_FILTER | NCF_NOT_USER_REMOVABLE | NCF_HIDDEN
- NetCfgInstanceId="{AC30BFB5-834B-46d2-B912-6CE71684EB2D}"
- Copyfiles = Vsdatant.copyfiles.sys
-
- [SourceDisksNames]
- 1=%Vsdatant_Desc%,"",,
-
- [SourceDisksFiles]
- vsdatant.sys=1
-
- [DestinationDirs]
- DefaultDestDir=12
- Vsdatant.copyfiles.sys=12
-
- [Vsdatant.copyfiles.sys]
- vsdatant.sys,,,2
-
-
- ;-------------------------------------------------------------------------
- ; Ndi installation support
- ;-------------------------------------------------------------------------
- [Inst_Ndi]
- HKR, Ndi,Service,,"Vsdatant"
- HKR, Ndi,CoServices,0x00010000,"Vsdatant"
- HKR, Ndi,HelpText,,%Vsdatant_HelpText%
- HKR, Ndi,FilterClass,, compression
- HKR, Ndi,FilterType,0x00010001,0x00000002
- HKR, Ndi\Interfaces,UpperRange,,"noupper"
- HKR, Ndi\Interfaces,LowerRange,,"nolower"
- HKR, Ndi\Interfaces, FilterMediaTypes,,"ethernet, wan"
- HKR, Ndi,FilterRunType, 0x00010001, 1 ;this filter must run before any protocol can bind to the below miniport
-
- ;-------------------------------------------------------------------------
- ; Service installation support
- ;-------------------------------------------------------------------------
- [Install.Services]
- AddService=Vsdatant,,Vsdatant_Service_Inst
-
- [Vsdatant_Service_Inst]
- DisplayName = %Vsdatant_Desc%
- ServiceType = 1 ;SERVICE_KERNEL_DRIVER
- StartType = 1 ;SERVICE_SYSTEM_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\vsdatant.sys
- LoadOrderGroup = NDIS
- Description = %Vsdatant_Desc%
- AddReg = Common.Params.reg
-
- [Install.Remove.Services]
- DelService=Vsdatant,0x200
-
- [Common.Params.reg]
-
- HKR, FilterDriverParams\DriverParam, ParamDesc, , "Driverparam for lwf"
- HKR, FilterDriverParams\DriverParam, default, , "5"
- HKR, FilterDriverParams\DriverParam, type, , "int"
-
- HKR, FilterAdapterParams\AdapterParam, ParamDesc, , "Adapterparam for lwf"
- HKR, FilterAdapterParams\AdapterParam, default, , "10"
- HKR, FilterAdapterParams\AdapterParam, type, , "int"
-
- HKR,%RegInstancesSubkeyName%,%RegDefaultInstanceValueName%,0x00000000,%DefaultInstance%
- HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegAltitudeValueName%,0x00000000,%Instance1.Altitude%
- HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegFlagsValueName%,0x00010001,%Instance1.Flags%
-
- [Strings]
- Ckpt = "Zone Labs, a Check Point company"
- Vsdatant_Desc = "Zone Alarm Firewall Driver"
- Vsdatant_HelpText = "Zone Alarm Firewall Driver, Check Point"
- RegInstancesSubkeyName = "Instances"
- RegDefaultInstanceValueName = "DefaultInstance"
- RegAltitudeValueName = "Altitude"
- RegFlagsValueName = "Flags"
-
- DefaultInstance = "Vsdatant - Instance"
- Instance1.Name = "Vsdatant - Instance"
- Instance1.Altitude = "84400"
- Instance1.Flags = 0x0 ; Not used
-
-